contractlint: resolve Skill() cross-file prose pointers in the dangler oracle#459
Merged
clkao merged 1 commit intoJul 2, 2026
Merged
Conversation
…acle Teach referenceProsePointerDanglers a third resolution path alongside intra-file heading and references/*.md token: a watched-section prose pointer resolves when the same line names the section's owning skill via the Skill(skill="spacedock:<owner>") idiom nt introduced. Replace watchedSectionNames()->sectionOwners() map[string]string (keys = watched set) as the single source of truth; resolution is additive and owner-specific, so a wrong-owner token does not suppress a genuine dangler. Extend the control into a 5-row table-driven battery adding the Skill-form owner-matched (resolves) and wrong-owner (still dangles) rows. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
clkao
deleted the
spacedock-ensign/contractlint-dangler-oracle-skill-idiom
branch
July 2, 2026 01:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Teach the contractlint dangler-oracle to resolve the Skill() cross-file pointer idiom nt introduced, so a future contract line pointing at a watched section via Skill(skill="spacedock:...") no longer false-fails as dangling.
What changed
Evidence
fez